Redux, useSelector, useDispatch


用 hooks 取代 connect

connect => hooks
取資料: mapStateToProps => useSelector
更新資料: mapDispatchToProps => useDispatch

import { Provider, useSelector, useDispatch } from 'react-redux';
import { addTodo } from './action/todolist';







你可能感興趣的文章

MTR04_0822

MTR04_0822

HTB Intelligence Walkthrough

HTB Intelligence Walkthrough

DAY7:Count by X

DAY7:Count by X






留言討論